projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e999af
)
windows build fix
author
Joey Hess
<joeyh@joeyh.name>
Wed, 29 Jan 2025 18:59:00 +0000
(14:59 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 29 Jan 2025 18:59:00 +0000
(14:59 -0400)
Utility/OsPath.hs
patch
|
blob
|
history
diff --git
a/Utility/OsPath.hs
b/Utility/OsPath.hs
index c2388ed940d73d34a2f2d1fe57273aee25e4580a..d008a9a373befaf7efb23b905430a8a3e196c9f2 100644
(file)
--- a/
Utility/OsPath.hs
+++ b/
Utility/OsPath.hs
@@
-98,7
+98,7
@@
getSearchPath = map toOsPath <$> PB.getSearchPath
{- Used for string constants. -}
literalOsPath :: ShortByteString -> OsPath
-literalOsPath =
bytesT
oOsPath
+literalOsPath =
t
oOsPath
#else
{- When not building with WITH_OSPATH, use RawFilePath.